<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/meson.git/test cases/objc, branch thinlto</title>
<subtitle>github.com: mesonbuild/meson.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/meson.git/'/>
<entry>
<title>ci/test: unused args for objc, objc++</title>
<updated>2019-12-04T08:59:40+00:00</updated>
<author>
<name>Michael Hirsch, Ph.D</name>
<email>scivision@users.noreply.github.com</email>
</author>
<published>2019-12-01T06:18:18+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/meson.git/commit/?id=d1980beb6b3be2a466c2fc9d45b7c2dc90ac8f84'/>
<id>d1980beb6b3be2a466c2fc9d45b7c2dc90ac8f84</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use strict function prototypes</title>
<updated>2019-11-18T20:21:36+00:00</updated>
<author>
<name>Michael Hirsch, Ph.D</name>
<email>10931741+scivision@users.noreply.github.com</email>
</author>
<published>2019-11-18T20:21:37+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/meson.git/commit/?id=83b4e981c4dd8b8ea521a6150a34636d10a67211'/>
<id>83b4e981c4dd8b8ea521a6150a34636d10a67211</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Non-required appleframework deps should not be an error. Closes #5295.</title>
<updated>2019-05-02T18:37:57+00:00</updated>
<author>
<name>Jussi Pakkanen</name>
<email>jpakkane@gmail.com</email>
</author>
<published>2019-04-28T20:47:15+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/meson.git/commit/?id=7ac03f62646d40b31b9c1ef1b4f6778c788ec90a'/>
<id>7ac03f62646d40b31b9c1ef1b4f6778c788ec90a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Condense test dirs.</title>
<updated>2018-07-31T16:22:24+00:00</updated>
<author>
<name>Jussi Pakkanen</name>
<email>jpakkane@gmail.com</email>
</author>
<published>2018-07-31T16:22:24+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/meson.git/commit/?id=17bfbb99e5897ac759aca42d3ee375ebb33bd087'/>
<id>17bfbb99e5897ac759aca42d3ee375ebb33bd087</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: Split objc and objc++ tests</title>
<updated>2018-01-06T21:49:34+00:00</updated>
<author>
<name>Dylan Baker</name>
<email>dylan@pnwbakers.com</email>
</author>
<published>2017-12-20T05:10:52+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/meson.git/commit/?id=0ec7dd5ac53b0a6955ecce65c011a5d06631bd94'/>
<id>0ec7dd5ac53b0a6955ecce65c011a5d06631bd94</id>
<content type='text'>
This allows platforms that can compile one or the other (but not both)
to run the tests that they can.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows platforms that can compile one or the other (but not both)
to run the tests that they can.
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: skip objc nsstring test if gnustep is not installed</title>
<updated>2018-01-06T21:49:34+00:00</updated>
<author>
<name>Dylan Baker</name>
<email>dylan@pnwbakers.com</email>
</author>
<published>2017-12-20T04:05:24+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/meson.git/commit/?id=97d2a9d84c8d42af9e80de10f8a619c0f11f9d2f'/>
<id>97d2a9d84c8d42af9e80de10f8a619c0f11f9d2f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>compilers: prefer C++ over objc in clink_langs</title>
<updated>2017-12-30T15:59:34+00:00</updated>
<author>
<name>Nirbheek Chauhan</name>
<email>nirbheek@centricular.com</email>
</author>
<published>2017-12-30T00:49:31+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/meson.git/commit/?id=6f3e2a0a0753ad0a4fc84a74fdc6209f436d4371'/>
<id>6f3e2a0a0753ad0a4fc84a74fdc6209f436d4371</id>
<content type='text'>
Otherwise we will try to use the objc compiler when linking projects
with both objc and C++.

Technically we should use the objc++ linker when doing this, but on
most (all?) systems the objc++ linker is `c++`, which is the same
as the C++ linker.

Closes https://github.com/mesonbuild/meson/issues/2468
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Otherwise we will try to use the objc compiler when linking projects
with both objc and C++.

Technically we should use the objc++ linker when doing this, but on
most (all?) systems the objc++ linker is `c++`, which is the same
as the C++ linker.

Closes https://github.com/mesonbuild/meson/issues/2468
</pre>
</div>
</content>
</entry>
<entry>
<title>objc++: Add support for objcpp_args keyword</title>
<updated>2017-05-23T00:21:15+00:00</updated>
<author>
<name>Paulo Antonio Alvarez</name>
<email>pauloaalvarez@gmail.com</email>
</author>
<published>2017-05-23T00:14:37+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/meson.git/commit/?id=50c81d267b3522e8bdd2dcc2b85c0740bea88ce2'/>
<id>50c81d267b3522e8bdd2dcc2b85c0740bea88ce2</id>
<content type='text'>
This allows the user to pass additional flags for the objective-c++
compiler.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows the user to pass additional flags for the objective-c++
compiler.
</pre>
</div>
</content>
</entry>
<entry>
<title>objc: Add support for objc_args keyword</title>
<updated>2017-05-23T00:16:10+00:00</updated>
<author>
<name>Paulo Antonio Alvarez</name>
<email>pauloaalvarez@gmail.com</email>
</author>
<published>2017-05-22T23:49:54+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/meson.git/commit/?id=18d2e7b91c81a19101ffdbbb11a9a35c9cfad8a7'/>
<id>18d2e7b91c81a19101ffdbbb11a9a35c9cfad8a7</id>
<content type='text'>
This allows the user to pass additional flags for the objective-c
compiler.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows the user to pass additional flags for the objective-c
compiler.
</pre>
</div>
</content>
</entry>
<entry>
<title>Skip objc/nsstring test on Cygwin</title>
<updated>2017-04-06T21:48:02+00:00</updated>
<author>
<name>Jon Turney</name>
<email>jon.turney@dronecode.org.uk</email>
</author>
<published>2017-04-06T19:20:30+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/meson.git/commit/?id=45a3bd8661210aae1d1baeffbd8ca2b3e8ae0900'/>
<id>45a3bd8661210aae1d1baeffbd8ca2b3e8ae0900</id>
<content type='text'>
GNUstep isn't packaged for Cygwin
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
GNUstep isn't packaged for Cygwin
</pre>
</div>
</content>
</entry>
</feed>
